Aviation API icon

Aviation API

(0 reviews)

20 Tropical Cyclone Advisories

The Tropical Cyclone Advisories are produced by specified issuing centres around the world. They are issued every six hours when there is an active tropical cyclone.

20.1 Issuing Centre

20.1.1 Description:

This returns any active Tropical Cyclone Advisories issued by the selected issue centre.

20.1.2 API Call:

GET /aviation/tcadvisory/{issuecentre}

20.1.3 Path Parameter:

ParameterExampleDescription
Issue CentredarwinA supported TCA issue centre as in the table below.

The issue centre must be lowercase.

This path parameter is Mandatory.

20.1.4 Example:

This example would return any valid tropical cyclone advisories sourced from the specified issue centre.

GET /aviation/tcadvisory/miami

20.1.5 API Response:

{
    "version":"1.0",
    "issue-time":"2018-10-15T03:22:10Z",
    "path":"/tcadvisory/miami",
    "response":[

    ]
}

20.1.6 Table of Tropical Cyclone Advisory Issue Centres:

Issue CentreDescriptionICAO Code
darwinDarwin, AustraliaADRM
honoluluHonolulu, United StatesPHFO
miamiMiami, United StatesKNHC
nadiNadi, FijiNFFN
newdelhiNew Delhi, IndiaVIDP
reunionReunion, FranceFMEE
tokyoTokyo, JapanRJTD

Reviews